From c342161cbddfac5b1a17a652c2ca8704d091bba7 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 4 Apr 2007 18:50:11 +0100 Subject: [PATCH] Remove unimplemented host.set_sched_policy. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendAPI.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/python/xen/xend/XendAPI.py b/tools/python/xen/xend/XendAPI.py index cd7511588e..78128f35b4 100644 --- a/tools/python/xen/xend/XendAPI.py +++ b/tools/python/xen/xend/XendAPI.py @@ -944,8 +944,6 @@ class XendAPI(object): return xen_api_success(['pygrub']) def host_get_sched_policy(self, _, host_ref): return xen_api_success(XendNode.instance().get_vcpus_policy()) - def host_set_sched_policy(self, _, host_ref, policy): - return xen_api_todo() def host_get_cpu_configuration(self, _, host_ref): return xen_api_success(XendNode.instance().get_cpu_configuration()) -- 2.30.2